home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir26 / epi601_1.zip / DISK01.BAT < prev    next >
DOS Batch File  |  1994-08-22  |  690b  |  21 lines

  1. : 488960 492544 497664 512000 540672 
  2. :epi6    subdirectory for these files
  3. :rem ** DOS commands needed to create directories, change to directories,
  4. :rem ** and copy the files in this group in compressed form.  Uses parameters
  5. :rem ** *%1,%2,%3, which are destination disk, .BGI file name, and "H" or "F"
  6. :rem ** for Hard or Floppy disk destination.
  7. if not exist %1\command.com goto continue
  8. echo off
  9. echo  
  10. echo  If you need to switch disks in drive %1, please do so now.
  11. echo  
  12. pause
  13. echo on
  14. :continue
  15. if exist readme copy readme %1
  16. if not x%3 == xF goto hard
  17. if not exist %1config.sys copy econfig.sys %1
  18. :hard
  19. files01 -e -yc  %1\
  20. if exist %1bgi.bat %1bgi.bat %1
  21.